首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
ctype_xdigit
ctype_xdigit
檢查表示十六進制數字的字符
名稱:
ctype_xdigit
分類:
字符類型檢測Ctype
所屬語言:
php
一句話介紹:
檢查表示十六進制數字的字符
相關內容
解決PHP數據庫中愛好字段無法正常顯示的方法
2
如何使用PHP實現數據庫備份和恢復
10
為什麼在調用ob_clean() 後,緩存依然沒有清空?
7
imagefontwidth() 返回0 的常見原因和解決辦法
1
同類函數
ctype_lower
ctype_lower
檢查小寫字符
ctype_xdigit
ctype_xdigit
檢查表示十六進制數字的字符
ctype_alnum
ctype_alnum
檢查字母數字字符
ctype_print
ctype_print
檢查可打印字符
ctype_punct
ctype_punct
檢查任何非空白字符或字母數字字符的可打印
ctype_graph
ctype_graph
檢查除空格外的任何可打印字符
ctype_upper
ctype_upper
檢查大寫字符
ctype_digit
ctype_digit
檢查數字字符
熱門文章